Platform Explorer / Nuxeo Platform 6.0

Extension point repository

Documentation

Extension points to register VCS repositories. See http://doc.nuxeo.com/x/hwQz for documentation.

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.storage.sql.RepositoryDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-runtime-6.0.jar
    <extension point="repository" target="org.nuxeo.ecm.core.storage.sql.RepositoryService">
        <repository factory="org.nuxeo.ecm.core.storage.sql.ra.PoolingRepositoryFactory" name="default">
          <pool blockingTimeoutMillis="100" idleTimeoutMinutes="10" maxPoolSize="20" minPoolSize="0"/>
          <clustering delay="1000" enabled="false"/>
          <binaryStore path=""/>
          <noDDL>false</noDDL>
          <aclOptimizations enabled="true"/>
          <pathOptimizations enabled="true"/>
          <idType>varchar</idType>
          <indexing>
            <!-- for H2 (Lucene Analyzer): -->
            <fulltext analyzer="org.apache.lucene.analysis.standard.StandardAnalyzer" disabled="false">
              <index name="default">
                <!-- all props implied -->
              </index>
              <index name="title">
                <field>dc:title</field>
              </index>
              <index name="description">
                <field>dc:description</field>
              </index>
            </fulltext>
          </indexing>
          <usersSeparator key=","/>
        </repository>
      </extension>